.container .product {
    background: #EFEFEF;
}
.container .product .product-list {
    padding: 0.625rem 0.8125rem;
}
.container .product .product-list .title {
    text-align: center;
    font-size: 0.3125rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1E0431;
    margin-bottom: 0.4792rem;
}
.container .product .product-list .contant {
    display: flex;
    justify-content: space-between;
}
/*.container .product .product-list .contant .productContant{*/
/*    margin-left: .5208rem;*/
/*}*/
.container .product .product-list .contant .productContant .mt49 {
    margin-top: 0.2552rem;
}
.container .product .product-list .contant .productContant .h5 {
    font-size: 0.1823rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.151rem;
}
.container .product .product-list .contant .productContant .h5 .blocks {
    width: 8px;
    height: 8px;
    background: #1A0758;
}
.container .product .product-list .contant .productContant ul {
    list-style: none;
}
.container .product .product-list .contant .productContant ul li {
    font-size: 0.1667rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    /*line-height: 60px;*/
    line-height: 40px;
}
.container .productTwo {
    background: radial-gradient(circle, #5B1889 0%, #200041 100%);
}
.container .productTwo .product-list {
    padding: 0.625rem 0.8125rem;
}
.container .productTwo .product-list .title {
    text-align: center;
    font-size: 0.3125rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #EFEFEF;
    margin-bottom: 0.4792rem;
}
.container .productTwo .product-list .contant {
    display: flex;
    justify-content: space-between;
}
.container .productTwo .product-list .contant .productContant .mt49 {
    margin-top: 0.2552rem;
}
.container .productTwo .product-list .contant .productContant .h5 {
    font-size: 0.1823rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0.151rem;
}
.container .productTwo .product-list .contant .productContant .h5 .blocks {
    width: 8px;
    height: 8px;
    background: #1A0758;
}
.container .productTwo .product-list .contant .productContant ul {
    list-style: none;
}
.container .productTwo .product-list .contant .productContant ul li {
    font-size: 0.1667rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #E4E3E3;
    /*line-height: 60px;*/
    line-height: 40px;
}

.contant img {
    width: auto !important;
    height: 600px;
}